home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE21
/
TCP
/
oneI.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1996-09-27
|
238 b
|
22 lines
unit oneI;
interface
uses isp;
const
OneI_BitMap = 0;
OneI_Wav = 1;
OneI_exe = 3;
type
PTFisherTCP = ^TFisherTCP;
TFisherTCP = record
size : longint;
tag : integer;
end;
implementation
end.